home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KTFX.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.1 KB  |  58 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM
  14. REM                  TFX by OCEAN
  15. REM
  16. REM       BASE MODE = DIGITAL
  17. REM       HAT MODE  = DIGITAL
  18. REM
  19. REM                  Written and Tested by David Shaw May 1994
  20. REM
  21. REM At TFX directory type 'config'.  Select NORMAL joystick, then CONF
  22. REM JOYSTICK.  Follow calibration routine to calibrate.
  23. REM
  24. REM
  25. REM
  26.  
  27.  MDEF KTFX
  28.  
  29.  @DigitalThrottle
  30.  
  31. BTN UB /U Cannons
  32.        /M CycleAirToAir
  33.        /D AirToGround
  34. BTN MB TargetLock
  35. BTN LB BreakLock
  36. BTN HU ForwardView
  37. BTN HL SwingViewLeft
  38. BTN HR SwingViewRight
  39. BTN HD BackView
  40. BTN 1 Chaff&FlareX2
  41. BTN 2 /U LandingGear
  42.       /M PanicRecovery
  43.       /D Eject
  44. BTN 3 AutoPilot
  45. BTN 4 LaserTargetDesig
  46. BTN 5 BreakLock
  47. BTN 6 AirBrake
  48.  
  49.  
  50. REM   This is a modification of the TFX.ADV file included with TFX.
  51.  
  52. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  53. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  54. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  55. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  56. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  57. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  58.